home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_i_l / jumbo301.zip / TAPE.BAT < prev    next >
DOS Batch File  |  1992-11-17  |  312b  |  24 lines

  1. @echo off
  2. rem
  3. rem (c) Copyright 1992
  4. rem Colorado Memory Systems Inc.
  5. rem All Rights Reserved.
  6. rem
  7.  
  8. rem Change Drive
  9. %1:
  10.  
  11. rem Change Directory
  12. cd %2
  13.  
  14. rem Now run the tape software
  15.  
  16. TAPE.EXE %3 %4 %5 %6
  17.  
  18. rem Let the user see the results before we return
  19.  
  20. if NOT "%3" == "" pause
  21.  
  22. @echo on
  23.  
  24.